Skip to content

Commit

Permalink
Update travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash authored and fingolfin committed Nov 6, 2020
1 parent b34010f commit 51c9919
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
branches:
only:
- master
- staging
- trying
- /^release\/.*$/ # release branches
- /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags

Expand All @@ -19,10 +17,8 @@ arch:

julia:
- "1.0"
- "1.1"
- "1.2"
- "1.3"
- "1" # Latest stable release, currently "1.4". Add "1.4" into the matrix when it is no longer the latest.
- "1.4"
- "1" # Latest stable release (currently "1.5")
- nightly

jobs:
Expand Down

0 comments on commit 51c9919

Please sign in to comment.