We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e17db commit 6dbb90cCopy full SHA for 6dbb90c
2 files changed
.travis.yml
@@ -3,14 +3,12 @@ os:
3
- linux
4
- osx
5
julia:
6
- - 0.7
+ - 1.0
7
+ - 1.1
8
- nightly
9
notifications:
10
email: false
-script:
11
- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12
- - julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("FixedPointNumbers")'
13
- - julia -e 'using Pkg; Pkg.test("FixedPointNumbers"; coverage=true)'
+
14
after_success:
15
# push coverage results to Codecov
16
- julia -e 'using Pkg; cd(Pkg.dir("FixedPointNumbers")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
appveyor.yml
@@ -1,7 +1,8 @@
1
environment:
2
matrix:
- - julia_version: 0.7
- - julia_version: latest
+ - julia_version: 1.0
+ - julia_version: 1
+ - julia_version: nightly
platform:
- x86 # 32-bit
0 commit comments