Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Cache cypress and build examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
garetht committed Aug 5, 2017
1 parent 22ae28f commit 3848461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_js:
cache:
directories:
- node_modules
- /home/travis/.cypress/Cypress
env:
- TEST=1
- TYPECHECK=1
Expand Down
3 changes: 2 additions & 1 deletion config/travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ fi;

if [ "$BROWSER" = 1 ]; then
npm install -g cypress-cli http-server
npm install react react-dom create-react-class
npm install react react-dom create-react-class gulp
gulp examples
http-server --silent &
cypress run --record
fi;

0 comments on commit 3848461

Please sign in to comment.