Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from KevinPy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
KevinPy authored Oct 23, 2017
2 parents fa9b7cd + a2259a5 commit d825958
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
dist: precise
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
branches:
only:
- master
- develop
before_script:
- npm install
script:
- npm test
- npm run build
deploy:
provider: pages
skip_cleanup: true
github_token: $github_token
local_dir: build
on:
branch: master

0 comments on commit d825958

Please sign in to comment.