|
1 | 1 | language: php
|
2 | 2 |
|
3 | 3 | php:
|
4 |
| - - "5.5" |
| 4 | + - "5.5" |
5 | 5 |
|
6 |
| -sudo: false |
| 6 | +sudo: required |
| 7 | +dist: trusty |
7 | 8 |
|
8 | 9 | cache:
|
9 |
| - directories: |
10 |
| - - node_modules |
| 10 | + directories: |
| 11 | + - node_modules |
11 | 12 |
|
12 |
| -before_script: |
13 |
| - - npm install -g grunt-cli |
14 |
| - - npm install |
| 13 | +before_script: |
| 14 | + - npm install -g grunt-cli |
| 15 | + - npm install |
15 | 16 |
|
16 | 17 | script: npm run-script ci
|
17 | 18 |
|
18 | 19 | env:
|
19 |
| - - JQUERIES=1.9.1 |
20 |
| - CITYPE=test |
21 |
| - SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
22 |
| - - JQUERIES=1.10.2 |
23 |
| - CITYPE=test |
24 |
| - SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
25 |
| - - JQUERIES=1.11.3 |
26 |
| - CITYPE=test |
27 |
| - SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
28 |
| - - JQUERIES=2.1.1 |
29 |
| - CITYPE=test |
30 |
| - SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
31 |
| - - JQUERIES=git |
32 |
| - CITYPE=test |
33 |
| - SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
34 |
| - - CITYPE=demos |
| 20 | + - JQUERIES=1.9.1 |
| 21 | + CITYPE=test |
| 22 | + SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
| 23 | + - JQUERIES=1.10.2 |
| 24 | + CITYPE=test |
| 25 | + SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
| 26 | + - JQUERIES=1.11.3 |
| 27 | + CITYPE=test |
| 28 | + SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
| 29 | + - JQUERIES=2.1.1 |
| 30 | + CITYPE=test |
| 31 | + SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
| 32 | + - JQUERIES=git |
| 33 | + CITYPE=test |
| 34 | + SUITES=-navigation/sequence/sequence-dialog-hash-key-tests.html,-navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html,-navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html |
| 35 | + - CITYPE=demos |
35 | 36 |
|
36 | 37 | notifications:
|
37 |
| - irc: |
38 |
| - channels: |
39 |
| - - "chat.freenode.net#jqueryui-dev" |
| 38 | + irc: |
| 39 | + channels: |
| 40 | + - "chat.freenode.net#jqueryui-dev" |
0 commit comments