Skip to content

Commit a6376e7

Browse files
committed
Update CI
1 parent f5176ef commit a6376e7

File tree

2 files changed

+22
-45
lines changed

2 files changed

+22
-45
lines changed

.travis.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,48 @@
1+
before_install:
2+
- cd ../..
3+
- mv $TRAVIS_REPO_SLUG _old
4+
- git config --global core.autocrlf false
5+
- git clone --depth=50 _old $TRAVIS_REPO_SLUG
6+
- cd $TRAVIS_REPO_SLUG
7+
18
language: julia
29

310
sudo: false
411

512
os:
613
- linux
714
- osx
15+
- windows
16+
17+
arch:
18+
- x64
19+
- x86
820

921
julia:
1022
- 1.0
11-
- 1.2
23+
- 1.3
1224
- nightly
1325

1426
env:
1527
- JULIA_PROJECT="@."
1628

29+
matrix:
30+
exclude:
31+
- os: osx
32+
arch: x86
33+
allow_failures:
34+
- julia: nightly
35+
1736
notifications:
1837
email: false
1938

2039
after_success:
21-
- julia -e 'ENV["TRAVIS_JULIA_VERSION"] != "1.1" && ENV["TRAVIS_OS_NAME"] != "linux" && exit(); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
40+
- julia -e 'ENV["TRAVIS_JULIA_VERSION"] == "1.3" && ENV["TRAVIS_OS_NAME"] != "linux" && exit(); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
2241

2342
jobs:
2443
include:
2544
- stage: "Documentation"
26-
julia: 1.2
45+
julia: 1.3
2746
os: linux
2847
script:
2948
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("SQLite")'

appveyor.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)