Skip to content

Commit 0fed4ce

Browse files
committed
update continuous integration
1 parent 51a11e0 commit 0fed4ce

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.travis.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,10 @@ dist: bionic
55
cache:
66
apt: true # only works with Pro version
77

8-
env:
9-
global:
10-
- OCTFLAGS="--no-gui --no-window-system --silent"
11-
128
before_install:
13-
- travis_retry sudo apt-get -y -qq update
14-
- travis_retry sudo apt-get -y install octave
15-
- travis_retry sudo apt-get -y install liboctave-dev
169
- cd .. && git clone https://github.com/florianschanda/miss_hit.git && export PATH=$PATH:`pwd`/miss_hit && cd CPP_PTB
1710

18-
install:
19-
- octave $OCTFLAGS --eval "addpath (pwd); savepath ();"
20-
21-
before_script:
22-
# Change current directory
23-
- cd tests
24-
2511
jobs:
2612
include:
27-
- stage: "Tests and linter"
28-
name: "Unit Tests" # names the first job
29-
script: octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
30-
- script: cd .. && mh_style `pwd`
13+
- script: mh_style `pwd`
3114
name: "miss_hit linter" # names the second job

0 commit comments

Comments
 (0)