diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b8ba65f..194b862 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ language: node_js install: - npm install grunt-cli -g - npm install -# ensure our application is compiled before we run our tests -before_script: "./node_modules/.bin/cake compile" script: "npm test" node_js: - "0.8" |