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

Commit

Permalink
Update .travis.yml (#8648)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecadius authored and apsdehal committed Jun 14, 2019
1 parent e302086 commit 4a6395d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -6,16 +6,17 @@ php:
sudo: required

dist: trusty

cache:
directories:
- node_modules

before_script:
- npm install -g grunt-cli
- npm install
- npm install -g casperjs
- npm i -g npm

script: npm run-script ci
script: travis_wait npm run-script ci

env:
- JQUERIES=1.10.2
Expand Down

0 comments on commit 4a6395d

Please sign in to comment.