Skip to content

Commit 2b9de28

Browse files
committed
configure travis
1 parent 9283484 commit 2b9de28

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ node_js:
66
- "6.0"
77
branches:
88
only:
9-
- master
9+
- phase-1
1010
env:
1111
global:
1212
- CXX=g++-4.8
@@ -19,13 +19,14 @@ addons:
1919
- ubuntu-toolchain-r-test
2020
packages:
2121
- g++-4.8
22-
before_script:
22+
before_install:
2323
- npm cache clean
24-
- npm install -g grunt-cli
2524
- 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
2625
- git config --global user.email "test@testy.com"
2726
- git config --global user.name "Test testy"
2827
- git version
29-
- grunt -d
30-
after_script:
31-
- grunt travisnpmpublish
28+
install:
29+
- npm install
30+
31+
script:
32+
- npm run test-react

0 commit comments

Comments
 (0)