Skip to content

Commit

Permalink
spec: add tunnel identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Jan 26, 2014
1 parent be60543 commit ea858f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -56,7 +56,7 @@ before_script:
- bundle exec rackup -p 9292 &
- sleep 10
- wget http://www.browserstack.com/BrowserStackTunnel.jar
- java -jar BrowserStackTunnel.jar $BS_AUTHKEY localhost,9292,0 &
- java -jar BrowserStackTunnel.jar -tunnelIdentifier "$TRAVIS_JOB_ID" "$BS_AUTHKEY" localhost,9292,0 &
- sleep 10

script:
Expand Down

0 comments on commit ea858f4

Please sign in to comment.