Skip to content

Commit a09d989

Browse files
committed
Fix CI
1 parent 260a002 commit a09d989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ language: php
1111
sudo: false
1212

1313
php:
14-
- 5.3
14+
#- 5.3
1515
- 5.4
1616
- 5.5
1717
- 5.6
@@ -31,7 +31,7 @@ env:
3131

3232
# Configuration variables.
3333
- DRUPAL_TI_MODULE_NAME="graphql_api"
34-
- DRUPAL_TI_SIMPLETEST_GROUP="Graphql_API_Test"
34+
- DRUPAL_TI_SIMPLETEST_GROUP="GraphQL API"
3535

3636
# Define runners and environment vars to include before and after the
3737
# main runners / environment vars.

0 commit comments

Comments
 (0)