Skip to content

Commit 8d51830

Browse files
authored
Merge pull request #66 from JuliaWeb/tan/misc
fix CI
2 parents f093444 + 9db018c commit 8d51830

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@ language: julia
22
os:
33
- osx
44
- 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
125
julia:
13-
- 0.5
146
- 0.6
157
- nightly
8+
matrix:
9+
fast_finish: true
10+
allow_failures:
11+
- julia: nightly
1612
notifications:
1713
email: false
1814
#script:

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
julia 0.5
1+
julia 0.6
22
ZMQ 0.3.3
33
JSON
44
Logging 0.3.1

0 commit comments

Comments
 (0)