UNPKG
@robot-web-tools/ros3djs
Version:
latest (0.17.0-SNAPSHOT)
0.17.0-SNAPSHOT
The standard ROS Javascript Visualization Library
www.robotwebtools.org
RobotWebTools/ros3djs
@robot-web-tools/ros3djs
/
.travis.yml
17 lines
(12 loc)
•
173 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
node_js:
-
"0.10"
branches:
only: - master - develop
before_script:
- npm install -g grunt-cli - npm install .
script:
- grunt build