Skip to content

Commit 6d98b6d

Browse files
committed
Adjust .travis.yml
1 parent 4e30991 commit 6d98b6d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ os:
1010
- linux
1111

1212
julia:
13-
- 0.1
14-
- nightly
13+
- 0.7
14+
- 1.0
15+
# - nightly
1516

1617
matrix:
1718
allow_failures:
@@ -56,8 +57,8 @@ install:
5657
- export CPU_CORES=2
5758
- sh ./mpi.sh $MPI > /dev/null
5859
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
59-
- 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")'
6061
- echo `ccache -s`
6162

6263
script:
63-
- julia --check-bounds=yes -e 'Pkg.test("Elemental")'
64+
- julia --check-bounds=yes -e 'using Pkg; Pkg.test("Elemental")'

0 commit comments

Comments
 (0)