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

Commit 39cb20f

Browse files
joshkarschmitz
authored andcommitted
Build: use docker queue in travis build to improve speed
Closes gh-7638
1 parent b14dd31 commit 39cb20f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
language: php
2+
23
php:
34
- "5.5"
5+
6+
sudo: false
7+
48
before_script:
59
- npm install -g grunt-cli
610
- npm install
11+
712
script: npm run-script ci
13+
814
branches:
915
only:
1016
- master
17+
1118
env:
1219
- TYPES=unit
1320
JQUERIES=1.8.3

0 commit comments

Comments
 (0)