Skip to content

Commit ae57420

Browse files
committed
Enfore precise distro or travis
1 parent c300f64 commit ae57420

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
dist: precise
3+
sudo: required
24
language: node_js
35
node_js:
46
- 6
@@ -8,10 +10,6 @@ cache:
810
- node_modules
911
- packages/create-react-app/node_modules
1012
- packages/react-scripts/node_modules
11-
before_install:
12-
- rm -rf ~/.yarn
13-
- curl -o- -L https://yarnpkg.com/install.sh | bash
14-
- export PATH=$HOME/.yarn/bin:$PATH
1513
install: true
1614
script:
1715
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'

0 commit comments

Comments
 (0)