Skip to content

Commit

Permalink
feat(build) Set up Travis CI env and build script, see #130
Browse files Browse the repository at this point in the history
  • Loading branch information
franz-josef-kaiser committed Apr 25, 2016
1 parent 38214a4 commit 8fc977c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
deploy:
provider: script
script: scripts/deploy.sh
on:
branch: gh-pages

notifications:
slack:
rooms:
secure: I2nf6UImQObXiFi/nMewag3mD6rMOLCMaqwxL/k57nzoaeQ64JzUtHozqGvp8qTrvCtoWqDa+eWshNFL5HOqQxvxlX8qoua2SPtaDZ7uR4Qmi0bb0rdenLaHFzu+7Ty/qyzYzSTJKnAP8hmELS3dyLh8CUWR2wsJvxpM8SYbZDY=
on_success: always
on_failure: always
on_start: never
on_pull_requests: false
1 change: 1 addition & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#!/usr/bin/env bash

0 comments on commit 8fc977c

Please sign in to comment.