Skip to content

Commit 8a9e13e

Browse files
authored
Update Travis to use 0.5 as a release, don't override test script (#29)
1 parent efe2c38 commit 8a9e13e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.travis.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: julia
22
os:
3-
- linux
4-
- osx
3+
- linux
4+
- osx
55
julia:
6-
- 0.3
7-
- 0.4
8-
- nightly
6+
- 0.3
7+
- 0.4
8+
- 0.5
9+
- nightly
910
notifications:
10-
email: false
11-
sudo: false
12-
script:
13-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14-
- julia -e 'Pkg.clone(pwd()); Pkg.build("MLBase"); Pkg.test("MLBase")'
11+
email: false
12+
# sudo: false
13+
# script:
14+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
15+
# - julia -e 'Pkg.clone(pwd()); Pkg.build("MLBase"); Pkg.test("MLBase")'

0 commit comments

Comments
 (0)