This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
cache hex packages in travis
pull/551/head
Tristan Sloughter
9 years ago
parent
39e5c80526
commit
5e6642680b
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.travis.yml
+ 3
- 0
.travis.yml
View File
@ -10,6 +10,9 @@ script: "./rebar3 ct"
branches:
only:
-
master
cache:
directories:
-
$HOME/.cache/rebar3/hex/com/amazonaws/s3/s3.hex.pm/tarballs/packages/
before_deploy
:
"rm -rf !(rebar3)"
deploy:
on
:
Write
Preview
Loading…
Cancel
Save