We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9283484 commit 2b9de28Copy full SHA for 2b9de28
.travis.yml
@@ -6,7 +6,7 @@ node_js:
6
- "6.0"
7
branches:
8
only:
9
- - master
+ - phase-1
10
env:
11
global:
12
- CXX=g++-4.8
@@ -19,13 +19,14 @@ addons:
19
- ubuntu-toolchain-r-test
20
packages:
21
- g++-4.8
22
-before_script:
+before_install:
23
- npm cache clean
24
- - npm install -g grunt-cli
25
- 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
- git config --global user.email "test@testy.com"
27
- git config --global user.name "Test testy"
28
- git version
29
- - grunt -d
30
-after_script:
31
- - grunt travisnpmpublish
+install:
+ - npm install
+
+script:
32
+ - npm run test-react
0 commit comments