We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be6b23 commit e1fd9d6Copy full SHA for e1fd9d6
2 files changed
.travis.yml
@@ -5,6 +5,7 @@ os:
5
julia:
6
- 0.7
7
- 1.0
8
+ - 1.1
9
- nightly
10
notifications:
11
email: false
@@ -17,4 +18,4 @@ matrix:
17
18
allow_failures:
19
- julia: nightly
20
after_success:
- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
21
+ - julia -e 'using Pkg; cd(Pkg.dir("TableTraitsUtils")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
appveyor.yml
@@ -1,7 +1,8 @@
1
environment:
2
matrix:
3
- julia_version: 0.7
4
- - julia_version: 1
+ - julia_version: 1.0
+ - julia_version: 1.1
- julia_version: nightly
platform:
0 commit comments