Browse Source

fix travis error

pull/44/head
Guillaume Vincent 8 years ago
parent
commit
996daab971
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -1,4 +1,4 @@
language: node_js language: node_js
before_script: cd frontend
node_js: node_js:
- 4
- 4
script: cd frontend && npm install && npm test

Loading…
Cancel
Save