diff --git a/.travis.yml b/.travis.yml index 0575007..00e8e89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ # Main test script script: # Precompile the assets - - cd lib/assets && npm install && npm run bundle --no-watch && cd - + - rake assets:precompile # Copy over config files needed for setup, and create DB - bin/setup # Default test stage: Run all specs, listing the 10 slowest.