Skip to content

Commit

Permalink
.travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Dec 8, 2018
1 parent e829b92 commit d6cbc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ before_install:
- cat /proc/meminfo
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
- echo ${BRANCH#travis-test-}
- export EXT_KPROVE_OPTS=--log-progress
- travis_wait 30 sleep 1800 &

language: java
Expand Down

0 comments on commit d6cbc21

Please sign in to comment.