Skip to content

Commit

Permalink
Merge pull request #22 from jesperronn/cache_node_modules
Browse files Browse the repository at this point in the history
Speed up Travis: Cache node_modules
  • Loading branch information
core-system-dev committed Oct 21, 2015
2 parents 9e40c85 + 6c12035 commit 9c2b65c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
env:
matrix:
env:
matrix:
- TEST_SUITE=unit
- TEST_SUITE=integration BROWSER='firefox'
- TEST_SUITE=integration BROWSER='firefox:3.5'
Expand All @@ -13,11 +13,15 @@ env:
- TEST_SUITE=integration BROWSER='internet explorer:10'
- TEST_SUITE=integration BROWSER='internet explorer:11'
- TEST_SUITE=integration BROWSER='chrome'
global:
global:
- secure: VY4J2ERfrMEin++f4+UDDtTMWLuE3jaYAVchRxfO2c6PQUYgR+SW4SMekz855U/BuptMtiVMR2UUoNGMgOSKIFkIXpPfHhx47G5a541v0WNjXfQ2qzivXAWaXNK3l3C58z4dKxgPWsFY9JtMVCddJd2vQieAILto8D8G09p7bpo=
- secure: kehbNCoYUG2gLnhmCH/oKhlJG6LoxgcOPMCtY7KOI4ropG8qlypb+O2b/19+BWeO3aIuMB0JajNh3p2NL0UKgLmUK7EYBA9fQz+vesFReRk0V/KqMTSxHJuseM4aLOWA2Wr9US843VGltfODVvDN5sNrfY7RcoRx2cTK/k1CXa8=
node_js:
node_js:
- 0.11.13
cache:
directories:
- node_modules
- bower_components
before_install:
- npm install -g grunt-cli@0.1.13
- npm install -g bower@1.3.8
Expand Down

0 comments on commit 9c2b65c

Please sign in to comment.