Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
adding caching for packages and npm modules across builds. Also setti…
Browse files Browse the repository at this point in the history
…ng sudo to false as it's not used for anything during the build
  • Loading branch information
lirantal committed Sep 15, 2015
1 parent 984e168 commit 97d7eb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
sudo: false
node_js:
- 0.10
- 0.12
Expand All @@ -24,3 +25,8 @@ notifications:
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
cache:
apt: true
directories:
- node_modules/
- public/lib/

0 comments on commit 97d7eb7

Please sign in to comment.