Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 5ae0aa9

Browse files
author
kahverengi
committed
Test heroku environment variables
1 parent b7d0174 commit 5ae0aa9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.travis.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ script:
44
- if [ "$TRAVIS_BRANCH" = "dev" ]; then ./gradlew buildDev; fi
55
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./gradlew Build; fi
66
install:
7-
- if [ "$TRAVIS_BRANCH" = "master" ]; then chmod +x travis-scripts/install_script.sh && ./travis-scripts/install_script.sh; fi
7+
- nvm use 11.0.0
8+
- npm --version
9+
- node --version
10+
- ./gradlew build
11+
- git clone https://github.com/ParNote-App/ParNote-UI.git parnote-ui
12+
- cd parnote-ui
13+
- npm install
14+
- npm run build
15+
- ls -a
16+
- ls ..
17+
- cp -avr public ../public
18+
- cd ..
19+
- rm -rf parnote-ui
20+
- ls -a
21+
- ls -a public
822
before_deploy:
923
- git config --local user.name $GITHUB_USERNAME
1024
- git config --local user.email $GITHUB_EMAIL

0 commit comments

Comments
 (0)