Skip to content

Commit

Permalink
Configure Travis for React 15
Browse files Browse the repository at this point in the history
  • Loading branch information
iancmyers committed Mar 9, 2016
1 parent 7efeda3 commit 650c83a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ after_script:
env:
- REACT=0.13
- REACT=0.14
- REACT=15
- EXAMPLE=mocha
- EXAMPLE=karma
- EXAMPLE=react-native
Expand Down
4 changes: 4 additions & 0 deletions install-relevant-react.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ fi
if [ "$REACT" = "0.14" ]; then
npm run react:14
fi

if [ "$REACT" = "15" ]; then
npm run react:15
fi

0 comments on commit 650c83a

Please sign in to comment.