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

Commit 4a6395d

Browse files
ecadiusapsdehal
authored andcommitted
Update .travis.yml (#8648)
1 parent e302086 commit 4a6395d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ php:
66
sudo: required
77

88
dist: trusty
9-
109
cache:
1110
directories:
1211
- node_modules
1312

1413
before_script:
1514
- npm install -g grunt-cli
1615
- npm install
16+
- npm install -g casperjs
17+
- npm i -g npm
1718

18-
script: npm run-script ci
19+
script: travis_wait npm run-script ci
1920

2021
env:
2122
- JQUERIES=1.10.2

0 commit comments

Comments
 (0)