Skip to content

Commit

Permalink
try a rebase before running the tests
Browse files Browse the repository at this point in the history
this will make sure that the tests run correctly on master after merging
  • Loading branch information
Geal committed Feb 25, 2018
1 parent ad10622 commit 454505e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
- FEATURES='--features "regexp regexp_macros"'
- FEATURES='--features "regexp regexp_macros verbose-errors"'

before_script:
- eval git pull --rebase http://github.com/Geal/nom master

matrix:
include:
- rust: nightly
Expand Down

0 comments on commit 454505e

Please sign in to comment.