Skip to content

Commit

Permalink
Allow failure
Browse files Browse the repository at this point in the history
Try moving allow failure to allow stage to succeed as intended.
  • Loading branch information
CiaranOMara committed Nov 11, 2019
1 parent 3b34572 commit 37a9560
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
- stage: "Edge"
os: linux
julia: 1.2
matrix:
fast_finish: true
allow_failures:
- julia: 1.2
fast_finish: true
allow_failures:
- julia: 1.2
before_script:
- julia --color=yes -e 'using Pkg; Pkg.add(PackageSpec(name="Compose", rev="master"))'
after_success: skip

0 comments on commit 37a9560

Please sign in to comment.