forked from react-native-elements/react-native-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.0-beta6 react-native-elements#1193
- Loading branch information
Showing
148 changed files
with
20,875 additions
and
20,733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { configure } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
|
||
configure({ adapter: new Adapter() }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
language: node_js | ||
node_js: | ||
- 9.11.1 | ||
- 'node' | ||
cache: | ||
yarn: true | ||
directories: | ||
- node_modules | ||
- website/node_modules | ||
- node_modules | ||
- website/node_modules | ||
branches: | ||
only: | ||
- master | ||
- next | ||
- v0.11.0 | ||
- master | ||
- next | ||
- v0.11.0 | ||
install: | ||
- git fetch --unshallow --all | ||
- yarn global add codecov | ||
- yarn | ||
- git fetch --unshallow --all | ||
- yarn global add codecov | ||
- yarn | ||
script: | ||
- yarn run test && codecov | ||
after_script: | ||
- ./.ci/expo-ci.sh | ||
- yarn run test:ci && codecov | ||
after_success: | ||
- | | ||
if [ "$TRAVIS_PULL_REQUEST" == "false" -a "$TRAVIS_BRANCH" == "master" ]; then | ||
git config --global user.name "React Native Elements CI" | ||
echo -e "machine github.com\n login react-native-elements-ci\n password $GITHUB_TOKEN" >> ~/.netrc | ||
cd website && yarn && GIT_USER=react-native-elements-ci yarn run publish-gh-pages | ||
fi | ||
- ./.ci/expo-ci.sh | ||
- | | ||
if [ "$TRAVIS_PULL_REQUEST" == "false" -a "$TRAVIS_BRANCH" == "master" ]; then | ||
git config --global user.name "React Native Elements CI" | ||
echo -e "machine github.com\n login react-native-elements-ci\n password $GITHUB_TOKEN" >> ~/.netrc | ||
cd website && yarn && GIT_USER=react-native-elements-ci yarn run publish-gh-pages | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.