-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove codeclub_lesson_builder submodule * Add deploy to travis.yml
- Loading branch information
Lance Olav Eastgate
authored and
Tjerand Silde
committed
Aug 22, 2018
1 parent
b97e9c7
commit ae5e6ca
Showing
10 changed files
with
28 additions
and
105 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 |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
.vscode/* | ||
build | ||
dist | ||
src/metalsmith-changed-ctimes.json | ||
|
||
# Emacs temporary and recovery files | ||
*~ | ||
|
This file was deleted.
Oops, something went wrong.
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,11 +1,29 @@ | ||
language: node_js | ||
node_js: | ||
- "7" | ||
install: ./travis-install.sh | ||
script: ./gulp dist && ./gulp links | ||
notifications: | ||
recipients: | ||
- geirarne@gmail.com | ||
- arve.seljebu@gmail.com | ||
env: | ||
- BUILD_PDF=false | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
before_install: | ||
- git clone --depth=1 --branch=master https://github.com/kodeklubben/codeclub-viewer.git ../codeclub-viewer | ||
- cd ../codeclub-viewer | ||
- nvm install | ||
|
||
cache: yarn | ||
|
||
script: | ||
- yarn build:travis | ||
|
||
# Deploy only runs for push builds (merges), never for PR builds: | ||
# https://docs.travis-ci.com/user/deployment#pull-requests | ||
deploy: | ||
provider: pages | ||
github-token: $GITHUB_TOKEN | ||
skip-cleanup: true | ||
keep-history: true | ||
local-dir: dist | ||
repo: norwegiankiwi/kodeklubben.github.io | ||
target-branch: master | ||
fqdn: oppgaver.kidsakoder.no | ||
on: | ||
branch: master |
Submodule codeclub_lesson_builder
deleted from
87310e
This file was deleted.
Oops, something went wrong.