Skip to content

Commit e21828e

Browse files
andreasttAutomatedTester
authored andcommitted
travis: run validation and respec tests on new PRs
1 parent 7c64ccf commit e21828e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
language: generic
2-
sudo: false
1+
language: node_js
2+
node_js:
3+
- "node"
34

4-
script: ./validate
5-
6-
notifications:
7-
email:
8-
on_success: never
9-
on_failure: always
5+
before_script: npm install -g respec
6+
script: make test

0 commit comments

Comments
 (0)