Skip to content

Commit

Permalink
travis script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacedo committed Nov 14, 2020
1 parent 493cb20 commit a8a6405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_install:
- curl -N -L "http://es-static.fbk.eu/tools/nuxmv/downloads/nuXmv-2.0.0-linux64.tar.gz" | tar --extract --gzip --strip-components=2 -C $HOME/bin "nuXmv-2.0.0-Linux/bin/nuXmv" || true
install:
- "gradle --version"
script: gradle --no-daemon -DGRADLE_OPTS="-Xms128m" --stacktrace build --debug
script: travis_wait gradle --no-daemon -DGRADLE_OPTS="-Xms128m" --stacktrace build -i
cache:
directories:
- "$HOME/.gradle"
Expand Down

0 comments on commit a8a6405

Please sign in to comment.