Update .travis.yml

This commit is contained in:
Konrad Kleine 2016-07-19 15:31:15 +02:00 committed by GitHub
parent e13a0fa56b
commit c28f278991

View file

@ -2,4 +2,4 @@ language: node_js
node_js:
- '4.4.7'
before_script:
- 'npm test'
- 'npm run test-single-run'