We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f093444 commit 9db018cCopy full SHA for 9db018c
2 files changed
.travis.yml
@@ -2,17 +2,13 @@ language: julia
2
os:
3
- osx
4
- linux
5
-addons:
6
- apt:
7
- packages:
8
- - libzmq3
9
-before_install:
10
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
11
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install zeromq32; fi
12
julia:
13
- - 0.5
14
- 0.6
15
- nightly
+matrix:
+ fast_finish: true
+ allow_failures:
+ - julia: nightly
16
notifications:
17
email: false
18
#script:
REQUIRE
@@ -1,4 +1,4 @@
1
-julia 0.5
+julia 0.6
ZMQ 0.3.3
JSON
Logging 0.3.1
0 commit comments