Skip to content

Commit ecac16a

Browse files
committed
Update CI script
1 parent 06f0719 commit ecac16a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

scripts/travis-build.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ source /tmp/.nvm/nvm.sh
77
nvm install "$NODE_VERSION"
88
nvm use --delete-prefix "$NODE_VERSION"
99

10+
node --version
11+
npm --version
12+
1013
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
1114
export DISPLAY=:99.0
1215
sh -e /etc/init.d/xvfb start
@@ -18,9 +21,7 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
1821
brew install applesimutils
1922
fi
2023

21-
node --version
22-
npm --version
23-
24+
cd __e2e__/TestApp && yarn && cd ..
2425
yarn
2526
cd npm-package && yarn && cd ..
2627
yarn lint
@@ -29,8 +30,6 @@ yarn build
2930
yarn test-e2e
3031

3132
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
32-
cd __e2e__/TestApp
33-
yarn
3433
yarn build-test-ios
3534
yarn test-ios
3635
fi

0 commit comments

Comments
 (0)