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 06f0719 commit ecac16aCopy full SHA for ecac16a
scripts/travis-build.sh
@@ -7,6 +7,9 @@ source /tmp/.nvm/nvm.sh
7
nvm install "$NODE_VERSION"
8
nvm use --delete-prefix "$NODE_VERSION"
9
10
+node --version
11
+npm --version
12
+
13
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
14
export DISPLAY=:99.0
15
sh -e /etc/init.d/xvfb start
@@ -18,9 +21,7 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
18
21
brew install applesimutils
19
22
fi
20
23
-node --version
-npm --version
-
24
+cd __e2e__/TestApp && yarn && cd ..
25
yarn
26
cd npm-package && yarn && cd ..
27
yarn lint
@@ -29,8 +30,6 @@ yarn build
29
30
yarn test-e2e
31
32
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
- cd __e2e__/TestApp
33
- yarn
34
yarn build-test-ios
35
yarn test-ios
36
0 commit comments