Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cfaa689

Browse files
Create .travis.yml
1 parent bdd806c commit cfaa689

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

‎.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
node_js:
3+
- 'stable'
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm test
9+
- npm run build
10+
deploy:
11+
provider: pages
12+
skip_cleanup: true
13+
github_token: $github_token
14+
local_dir: build
15+
target-branch: gh-pages
16+
keep-history: true
17+
on:
18+
branch: master

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /