Skip to content

Commit

Permalink
Test BEFORE_SCRIPT env for Jenkins
Browse files Browse the repository at this point in the history
For #171
  • Loading branch information
wkentaro committed Oct 17, 2015
1 parent fc0b5af commit 1dded5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
- ROS_DISTRO=hydro BEFORE_SCRIPT="pwd; git clone http://github.com/jsk-ros-pkg/jsk_common_msgs"
- ROS_DISTRO=hydro USE_JENKINS="true" NO_SUDO="true"
- ROS_DISTRO=indigo BUILDER='not-compile'
- ROS_DISTRO=indigo BUILDER='not-compile' BEFORE_SCRIPT='sudo pip install percol; wget http://google.com -O /tmp/index.html'
- ROS_DISTRO=indigo BUILDER='not-compile' TRAVIS_REPO_SLUG=jsk-ros-pkg/jsk_travis
- ROS_DISTRO=indigo BUILDER='not-compile' TRAVIS_REPO_SLUG=jsk-ros-pkg/jsk_travis TRAVIS_BRANCH=master TRAVIS_COMMIT='' TRAVIS_PULL_REQUEST=''
- ROS_DISTRO=jade BUILDER='not-compile'
Expand Down

0 comments on commit 1dded5f

Please sign in to comment.