Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: simplify install and script
Browse files Browse the repository at this point in the history
eregon committed Aug 26, 2016
1 parent c7a8d08 commit 0e33a2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -30,8 +30,11 @@ matrix:
exclude:
- jdk: oraclejdk8

install: tool/travis-install.sh
script: tool/travis-script.sh
install:
- if [ -z "$SKIP_BUILD" ]; then tool/jt.rb build; fi
script:
- $COMMAND
- tool/jt.rb $JT

notifications:
irc:

0 comments on commit 0e33a2b

Please sign in to comment.