summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-09-27 19:49:07 -0700
committerRob Loach <robloach@gmail.com>2014-09-27 19:49:07 -0700
commit3a9b61894504d3d9d2cd2220a8f76fb1275f9595 (patch)
tree3c959e16da8212f4f55566900a693d0824fc7b16
parent839b2d72fd46507edb1fb866f3057a0e8ed1d714 (diff)
downloadjquery-once-3a9b61894504d3d9d2cd2220a8f76fb1275f9595.zip
jquery-once-3a9b61894504d3d9d2cd2220a8f76fb1275f9595.tar.gz
jquery-once-3a9b61894504d3d9d2cd2220a8f76fb1275f9595.tar.bz2
Update .travis.yml
-rw-r--r--.travis.yml2
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"