diff options
author | Rob Loach <robloach@gmail.com> | 2014-09-27 19:49:07 -0700 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-09-27 19:49:07 -0700 |
commit | 3a9b61894504d3d9d2cd2220a8f76fb1275f9595 (patch) | |
tree | 3c959e16da8212f4f55566900a693d0824fc7b16 | |
parent | 839b2d72fd46507edb1fb866f3057a0e8ed1d714 (diff) | |
download | jquery-once-3a9b61894504d3d9d2cd2220a8f76fb1275f9595.zip jquery-once-3a9b61894504d3d9d2cd2220a8f76fb1275f9595.tar.gz jquery-once-3a9b61894504d3d9d2cd2220a8f76fb1275f9595.tar.bz2 |
Update .travis.yml
-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" |