Skip to content

Commit

Permalink
Add gulpcli
Browse files Browse the repository at this point in the history
  • Loading branch information
vCra committed May 2, 2019
1 parent a36f59a commit 23d7344
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ language: python
python:
- "3.7"

cache: pip
cache:
- pip
- npm


addons:
chrome: stable
Expand All @@ -14,6 +17,7 @@ install:

before_script:
- npm install
- npm install -g gulp-cli
- gulp --gulpfile gulpfile.prod.js build
- docker-compose -f supporting.yml up -d
- wget https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip -O temp.zip; unzip temp.zip; rm temp.zip; mv chromedriver ${HOME}/bin/chromedriver
Expand Down

0 comments on commit 23d7344

Please sign in to comment.