Skip to content

Commit

Permalink
Move os out of matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Jul 15, 2019
1 parent 48a0f34 commit 73ec700
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,27 +1,21 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os: linux
matrix:
include:
- julia: 1.0
os: linux
arch: x64
- julia: 1.1
os: linus
arch: x64
- julia: 1.2
os: linux
arch: x64
- julia: nightly
os: linux
arch: x64
- julia: 1.0
os: linux
arch: arm64
- julia: 1.1
os: linux
arch: arm64
- julia: 1.2
os: linux
arch: arm64
notifications:
email: false
Expand Down

0 comments on commit 73ec700

Please sign in to comment.