This repository was archived by the owner on Jan 26, 2019. It is now read-only.
File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- # Use Ubuntu Precise instead of new default Trusty which cause build fail
3
- # with pre installed yarn v0.17.8
4
- # https://github.com/facebookincubator/create-react-app/issues/3054
5
- # TODO: remove after Trusty environment is updated with a lastet version of yarn
6
- dist : precise
2
+ dist : trusty
7
3
language : node_js
8
4
node_js :
9
- - 6
10
5
- 8
6
+ - 9
11
7
cache :
12
8
directories :
13
9
- node_modules
@@ -16,13 +12,17 @@ cache:
16
12
install : true
17
13
script :
18
14
- ' if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
15
+ - ' if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'
16
+ - ' if [ $TEST_SUITE = "kitchensink" ]; then tasks/e2e-kitchensink.sh; fi'
17
+ - ' if [ $TEST_SUITE = "old-node" ]; then tasks/e2e-old-node.sh; fi'
19
18
env :
20
- global :
21
- - USE_YARN=no
22
19
matrix :
23
20
- TEST_SUITE=simple
24
- - TEST_SUITE=install
25
- # There's a weird Yarn/Lerna bug related to prerelease versions.
26
- # TODO: reenable after we ship 1.0.
27
- # - node_js: 6
28
- # env: USE_YARN=yes TEST_SUITE=simple
21
+ - TEST_SUITE=installs
22
+ - TEST_SUITE=kitchensink
23
+ matrix :
24
+ include :
25
+ - node_js : 0.10
26
+ env : TEST_SUITE=old-node
27
+ - node_js : 6
28
+ env : TEST_SUITE=kitchensink
You can’t perform that action at this time.
0 commit comments