This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
ham-website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Adding to travis deployment
post_vjs2
Levi Olson
6 years ago
parent
1fae2272cd
commit
5635fb05ac
1 changed files
with
9 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-1
.travis.yml
+ 9
- 1
.travis.yml
View File
@ -6,5 +6,13 @@ cache:
directories:
directories:
-
"node_modules"
-
"node_modules"
stages:
-
test
-
name
:
deploy
if
:
branch = master
before_install:
before_install:
-
npm i -g mocha nyc
-
npm i -g mocha nyc
deploy:
-
provider
:
script
Write
Preview
Loading…
Cancel
Save