Files
react-native-gifted-chat/.travis.yml
Xavier Carpentier c143b5f0fe Modified for flatlist (from #629) (#705)
Modified for FlatList
2018-05-30 16:37:00 +02:00

11 lines
343 B
YAML

language: node_js
node_js:
- "node"
cache: false
before_install:
- yarn global add exp@50.0.0
script:
- 'export BRANCH="$TRAVIS_PULL_REQUEST_SLUG#$TRAVIS_PULL_REQUEST_BRANCH"'
- 'echo $BRANCH'
- 'if [ "$TRAVIS_PULL_REQUEST_SLUG" != "FaridSafi/react-native-gifted-chat" ]; then echo "No appr because external PR"; else yarn appr; fi'