We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ef8df commit 47d91bdCopy full SHA for 47d91bd
1 file changed
.travis.yml
@@ -7,12 +7,6 @@ julia:
7
- 0.7
8
notifications:
9
email: false
10
-addons:
11
- apt:
12
- packages:
13
- - hdf5-tools
14
-before_script:
15
- - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; brew link --overwrite gcc; brew install hdf5; fi
16
# script:
17
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
18
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Anasol"); Pkg.test("Anasol"; coverage=true)';
0 commit comments