File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
2
language : node_js
3
3
node_js :
4
- - " 4.1"
5
- - " 5.3"
6
4
- " 6.0"
7
5
branches :
8
6
only :
9
- - master
7
+ - phase-1
10
8
env :
11
9
global :
12
10
- CXX=g++-4.8
@@ -19,13 +17,15 @@ addons:
19
17
- ubuntu-toolchain-r-test
20
18
packages :
21
19
- g++-4.8
22
- before_script :
20
+ before_install :
23
21
- npm cache clean
24
- - npm install -g grunt-cli
25
22
- if [ "$GIT_VERSION" = "edge" ]; then sudo add-apt-repository ppa:git-core/ppa -y && sudo apt-get update -q && sudo apt-get install -y git; fi
26
23
- git config --global user.email "test@testy.com"
27
24
- git config --global user.name "Test testy"
28
25
- git version
29
- - grunt -d
30
- after_script :
31
- - grunt travisnpmpublish
26
+ install :
27
+ - npm install
28
+
29
+ script :
30
+ - node -v
31
+ - npm run test-react
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
+ const regeneratorRuntime = require ( 'babel-runtime/regenerator' ) ;
3
+
4
+ if ( ! regeneratorRuntime . default ) {
5
+ regeneratorRuntime . default = regeneratorRuntime ;
6
+ }
2
7
3
8
process . env . NODE_ENV = 'test' ;
4
9
process . env . PUBLIC_URL = '' ;
You can’t perform that action at this time.
0 commit comments