We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e30991 commit 6d98b6dCopy full SHA for 6d98b6d
1 file changed
.travis.yml
@@ -10,8 +10,9 @@ os:
10
- linux
11
12
julia:
13
- - 0.1
14
- - nightly
+ - 0.7
+ - 1.0
15
+ # - nightly
16
17
matrix:
18
allow_failures:
@@ -56,8 +57,8 @@ install:
56
57
- export CPU_CORES=2
58
- sh ./mpi.sh $MPI > /dev/null
59
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("Elemental")'
60
+ - julia --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("Elemental")'
61
- echo `ccache -s`
62
63
script:
- - julia --check-bounds=yes -e 'Pkg.test("Elemental")'
64
+ - julia --check-bounds=yes -e 'using Pkg; Pkg.test("Elemental")'
0 commit comments