init
This commit is contained in:
16
nv/html/dwv/.travis.yml
Normal file
16
nv/html/dwv/.travis.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# not using sudo
|
||||
sudo: false
|
||||
|
||||
language: node_js
|
||||
node_js:
|
||||
- '4'
|
||||
|
||||
# setup the travis token
|
||||
env:
|
||||
global:
|
||||
- secure: jWTxnnLGmoM+j3148tIF2SJMEyub2j9kmR15vEKVeP6BbUvNgWH9jTSwf6Ddv3qjbAb3D8p9nhYBOZgRub1stwjWCH+DS17AoKFeRVj4Q8Sf0XBHGzJbn0FkstilVmGv3Zr/FVmDSEm1xSSHanWCUQX0uH9r/XB8z7khp4pLryo=
|
||||
|
||||
# update gh-pages if all good
|
||||
after_success:
|
||||
- chmod +x ./resources/scripts/update-gh-pages.sh
|
||||
- ./resources/scripts/update-gh-pages.sh
|
||||
Reference in New Issue
Block a user