Skip to content

Commit eb1e665

Browse files
authored
Update .travis.yml
1 parent c30c4b0 commit eb1e665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ os:
44
- osx
55
julia:
66
- 1.0
7-
- 1.3
7+
- 1.4
88
notifications:
99
email: false
1010
after_success:
1111
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
1212
jobs:
1313
include:
1414
- name: "Benchmark"
15-
julia: 1.3
15+
julia: 1.4
1616
os: linux
1717
before_script:
1818
- git fetch origin '+refs/heads/master:refs/remotes/origin/master'

0 commit comments

Comments
 (0)