Skip to content

Commit 95517ef

Browse files
committed
Enable Travis and Appveyor
1 parent 4f5a1b2 commit 95517ef

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

.travis.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,11 @@ notifications:
1515
before_script:
1616
- export PATH=$HOME/.local/bin:$PATH
1717

18-
branches:
19-
only:
20-
- master
21-
- staging
22-
- trying
23-
- /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags
24-
2518
stages:
2619
- name: test
27-
# test only on bors trying and bors staging, and run master with linux/nightly for coverage
28-
if: branch IN (trying, staging) OR (branch = master AND os = linux AND env(TRAVIS_JULIA_VERSION) = nightly)
2920
- name: docs
3021
# build docs on bors trying, bors staging, master and for tags
31-
if: branch IN (trying, staging) OR (branch = master AND type = push) OR tag IS present
22+
if: (branch = master AND type = push) OR tag IS present
3223

3324
script:
3425
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
@@ -45,10 +36,10 @@ jobs:
4536
- julia --project -e 'using Pkg; Pkg.activate("docs"); Pkg.instantiate(); Pkg.develop(PackageSpec(path = pwd()))'
4637
- julia --project=docs --color=yes docs/make.jl pdf
4738
after_success: skip
48-
- name: TOML (Julia 1.0)
39+
- name: TOML (Julia 1.3)
4940
stage: test
5041
os: linux
51-
julia: 1.0
42+
julia: 1.3
5243
script:
5344
- julia --project=ext/TOML -e 'using Pkg; Pkg.test()'
5445
after_success: skip

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ platform:
1313
# allow_failures:
1414
# - julia_version: latest
1515

16-
branches:
17-
only:
18-
- staging
19-
- trying
20-
- /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags
21-
2216
notifications:
2317
- provider: Email
2418
on_build_success: false

0 commit comments

Comments
 (0)