Skip to content

Commit 7db337b

Browse files
add travis CI
1 parent 972acc9 commit 7db337b

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches:
66
- master
77
- develop
8-
tags: '*'
9-
pull_request:
10-
release:
11-
types: [published, created]
128

139
jobs:
1410
test:

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: julia
2+
3+
branches:
4+
only:
5+
- develop
6+
- master
7+
8+
os:
9+
- linux
10+
11+
julia:
12+
- 1.0
13+
- 1.5
14+
15+
notifications:
16+
email: false

0 commit comments

Comments
 (0)