Skip to content

Commit 70cd1f7

Browse files
committed
bump travis Julia version
1 parent d7bc55f commit 70cd1f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: julia
22

33
julia:
4-
- 1.2
4+
- 1.3
55
- nightly
66

77
env:
@@ -20,11 +20,11 @@ matrix:
2020
include:
2121
# # Sanity check for OS X
2222
# - os: osx
23-
# julia: 1.2
23+
# julia: 1.3
2424
# env: ATOMJL=master
2525
# Sanity check for Atom Beta
2626
- os: linux
27-
julia: 1.2
27+
julia: 1.3
2828
env: ATOM_CHANNEL=beta
2929
allow_failures:
3030
- julia: nightly

0 commit comments

Comments
 (0)