Skip to content

Commit 47428e2

Browse files
Matt GauntMinishlink
authored andcommitted
Fix Travis Tests (#96)
* Bump testing service * Add caching of browsers to speed up build times * Add a comment for caching directory
1 parent 1d0ce49 commit 47428e2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
dist: trusty
22
language: php
33

4+
# Downloaded browsers will be cached in selenium-assistant by
5+
# web-push-testing-service. Caching will speed up build time.
6+
cache:
7+
directories:
8+
- ~/.selenium-assistant
9+
410
php:
511
- 5.6
612
- hhvm
@@ -14,7 +20,7 @@ before_install:
1420
- nvm install node
1521

1622
install:
17-
- npm install [email protected].0 -g
23+
- npm install [email protected].1 -g
1824

1925
before_script:
2026
- composer install --prefer-source -n

0 commit comments

Comments
 (0)