Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update travis config to clean before testing next branch
  • Loading branch information
kmaehashi committed Jan 25, 2016
1 parent 410ad32 commit 4e3e161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -7,10 +7,13 @@ before_install:
script:
# master
- ./install.sh -p /tmp/jubatus
- rm -rf /tmp/jubatus
# develop
- ./install.sh -p /tmp/jubatus -D
- rm -rf /tmp/jubatus
# develop with re2
- ./install.sh -p /tmp/jubatus -D -r
- rm -rf /tmp/jubatus

branches:
only:
Expand Down

0 comments on commit 4e3e161

Please sign in to comment.