Skip to content

Commit 5dd191f

Browse files
committed
modernize travis
1 parent 2e60046 commit 5dd191f

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

.travis.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
language: cpp
2-
compiler:
3-
- clang
1+
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2+
language: julia
3+
os:
4+
- linux
5+
- osx
6+
julia:
7+
# - release
8+
- nightly
49
notifications:
510
email: false
6-
env:
7-
matrix:
8-
- JULIAVERSION="juliareleases"
9-
- JULIAVERSION="julianightlies"
10-
before_install:
11-
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
12-
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
13-
- sudo apt-get update -qq -y
14-
- sudo apt-get install libpcre3-dev julia -y
15-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16-
script:
17-
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("ObjFileBase")'
11+
# uncomment the following lines to override the default test script
12+
#script:
13+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14+
# - julia -e 'Pkg.clone(pwd()); Pkg.build("StructIO"); Pkg.test("StructIO"; coverage=true)'

0 commit comments

Comments
 (0)