Skip to content

Commit 41bf2a1

Browse files
committed
Enable back other tests
1 parent 8f3b9dc commit 41bf2a1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ env:
2525
- NODE_JS_VERSION=8
2626
- MAGENTO_HOST_NAME="magento2.travis"
2727
matrix:
28-
# - TEST_SUITE=unit
29-
# - TEST_SUITE=static
30-
# - TEST_SUITE=js GRUNT_COMMAND=spec
31-
# - TEST_SUITE=js GRUNT_COMMAND=static
32-
# - TEST_SUITE=integration INTEGRATION_INDEX=1
33-
# - TEST_SUITE=integration INTEGRATION_INDEX=2
34-
# - TEST_SUITE=integration INTEGRATION_INDEX=3
35-
# - TEST_SUITE=functional
28+
- TEST_SUITE=unit
29+
- TEST_SUITE=static
30+
- TEST_SUITE=js GRUNT_COMMAND=spec
31+
- TEST_SUITE=js GRUNT_COMMAND=static
32+
- TEST_SUITE=integration INTEGRATION_INDEX=1
33+
- TEST_SUITE=integration INTEGRATION_INDEX=2
34+
- TEST_SUITE=integration INTEGRATION_INDEX=3
35+
- TEST_SUITE=functional
3636
- TEST_SUITE=graphql-api-functional
3737
matrix:
3838
exclude:

0 commit comments

Comments
 (0)