Skip to content

Commit 3219415

Browse files
committed
fix: build to master from master
1 parent b21f6b5 commit 3219415

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+111
-77
lines changed

.travis.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@ node_js:
33
- "10"
44
cache:
55
directories:
6-
- node_modules
6+
- code/node_modules
7+
before_script:
8+
- cd code && npm install
79
script:
8-
- npm run build
10+
- cd code && npm run build
11+
notifications:
12+
email: false
13+
branches:
14+
only:
15+
- master
916
deploy:
1017
provider: pages
11-
local-dir: dist
18+
local-dir: code/dist
19+
target-branch: master
1220
skip-cleanup: true
1321
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
1422
keep-history: true
23+
fqdn: proto.school
1524
on:
1625
branch: master
File renamed without changes.

0 commit comments

Comments
 (0)