Updated CI script to build against master.
h3rald h3rald@h3rald.com
Sat, 22 Sep 2018 13:43:42 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -9,8 +9,8 @@ #- gcc
- clang matrix: allow_failures: - # Ignore failures when building against the devel Nim branch - - env: BRANCH=devel + # Ignore failures when building against the master Nim branch + - env: BRANCH=master fast_finish: true install: - |