Skip to content

Commit 86ef7fe

Browse files
committed
Add 0.3 testing on Travis
1 parent 1fe13a9 commit 86ef7fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: julia
22
julia:
3-
- release
43
- nightly
4+
- release
5+
- 0.3
56

67
before_install:
78
- sudo apt-add-repository -y "deb http://packages.ros.org/ros/ubuntu precise main"
89
- wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
910
- sudo apt-get update
10-
- sudo apt-get -y install ros-hydro-ros-base
11-
- sudo apt-get -y install ros-hydro-common-msgs
11+
- sudo apt-get -y install ros-hydro-ros-base ros-hydro-common-msgs
1212
- sudo rosdep init
1313
- rosdep update
1414
before_script:

0 commit comments

Comments
 (0)