File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
- osx
6
6
julia :
7
- - 0.7
8
7
- 1.0
8
+ - 1.1
9
9
- nightly
10
10
notifications :
11
11
email : false
@@ -17,12 +17,8 @@ branches:
17
17
# allow_failures:
18
18
# - julia: nightly
19
19
# - os: osx
20
- # uncomment the following lines to override the default test script
21
- # script:
22
- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23
- # - julia -e 'Pkg.clone(pwd()); Pkg.build("StaticArrays"); Pkg.test("StaticArrays"; coverage=true)'
24
20
after_success :
25
- - if [ $TRAVIS_JULIA_VERSION = "0.7 " ] && [ $TRAVIS_OS_NAME = "linux" ]; then
21
+ - if [ $TRAVIS_JULIA_VERSION = "1.1 " ] && [ $TRAVIS_OS_NAME = "linux" ]; then
26
22
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())';
27
23
fi
28
24
- julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - julia_version : 0.7
4
3
- julia_version : 1.0
4
+ - julia_version : 1.1
5
5
- julia_version : latest
6
6
7
7
platform :
You can’t perform that action at this time.
0 commit comments