Skip to content

Commit 7862d21

Browse files
committed
update CI
1 parent a18cb87 commit 7862d21

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

.travis.yml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,16 @@
1-
## Documentation: http://docs.travis-ci.com/user/languages/julia/
21
language: julia
32
os:
43
- linux
54
- osx
65
julia:
7-
- 0.7
6+
- 1.0
7+
- 1.1
88
- nightly
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
12+
fast_finish: true
913
notifications:
1014
email: false
11-
git:
12-
depth: 99999999
13-
14-
## uncomment the following lines to allow failures on nightly julia
15-
## (tests will run but not make your overall status red)
16-
#matrix:
17-
# allow_failures:
18-
# - julia: nightly
19-
20-
## uncomment and modify the following lines to manually install system packages
21-
#addons:
22-
# apt: # apt-get for linux
23-
# packages:
24-
# - gfortran
25-
#before_script: # homebrew for mac
26-
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
27-
28-
## uncomment the following lines to override the default test script
29-
#script:
30-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("UnicodeGraphics"); Pkg.test("UnicodeGraphics"; coverage=true)'
3115
after_success:
32-
# push coverage results to Coveralls
33-
- julia -e 'cd(Pkg.dir("UnicodeGraphics")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
34-
# push coverage results to Codecov
35-
- julia -e 'cd(Pkg.dir("UnicodeGraphics")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
16+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
environment:
22
matrix:
3-
- julia_version: 0.7
43
- julia_version: 1.0
54
- julia_version: latest
65

0 commit comments

Comments
 (0)