.travis.yml 224 Bytes
Newer Older
Christopher Chedeau's avatar
Christopher Chedeau committed
1
2
---
language: node_js
3
4
5
node_js:
  - 4
  - 6
Christopher Chedeau's avatar
Christopher Chedeau committed
6
7
cache:
  directories:
8
  - node_modules
Ville Immonen's avatar
Ville Immonen committed
9
10
  - packages/create-react-app/node_modules
  - packages/react-scripts/node_modules
Dan Abramov's avatar
Dan Abramov committed
11
script: tasks/e2e.sh
Ville Immonen's avatar
Ville Immonen committed
12
13
14
env:
  - USE_YARN=no
  - USE_YARN=yes