Fixed travis build

This commit is contained in:
Stefan Profanter
2015-10-12 22:04:21 +02:00
parent 3c54589359
commit cbdd8de63d
+2 -2
View File
@@ -1,4 +1,4 @@
/// <reference path="roslibjs.d.ts" />
/// <reference path="roslib.d.ts" />
var ros = new ROSLIB.Ros({url: "http://localhost:9090"});
@@ -10,4 +10,4 @@ var service = new ROSLIB.Service({
ros: ros,
name: '/service_name',
serviceType: 'service_type'
});
});