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
Merge pull request
#551
from tsloughter/travis_update
update travis to test on 18 and 17.5
pull/605/head
Fred Hebert
10 years ago
parent
0d21047389
5e6642680b
commit
2937aed15d
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
.travis.yml
+ 6
- 1
.travis.yml
View File
@ -1,6 +1,8 @@
sudo
:
false
language
:
erlang
otp_release:
-
17.0
-
18.0
-
17.5
-
R16B03-1
-
R15B03
before_script
:
"./bootstrap"
@ -8,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