Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 28, 2018
1 parent f90ff31 commit 557b3fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 37 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
language: erlang
script: "make travis"
otp_release:
- 19.0
- 18.2
- 18.1
- 21.0.5
- 20.3
- 19.3.6
- 18.3
- 18.0
- 17.1
- 17.0
- R16B03-1
- R16B03
- R16B02
- R16B01
- R16B
- R15B02
- R15B01
- R15B
- 17.5
before_script: "sudo apt-get --yes --force-yes install libpam-runtime"
31 changes: 7 additions & 24 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,19 +272,7 @@ ERLANG_VERSION = $(shell $(ERLANG_VERSION_CHECK))
travis:
$(MAKE) $(ERLANG_VERSION) PREFIX=rel PROJECT=nitrogen

R14B02:
$(MAKE) rel_inets
$(MAKE) clean_release
$(MAKE) rel_yaws
$(MAKE) clean_release
$(MAKE) rel_mochiweb
$(MAKE) clean_release
$(MAKE) rel_webmachine
$(MAKE) clean_release
R14B03: R14B02
R15B: R14B02
R15B01: R15B
R15B02: R15B
base_make_all:
$(MAKE) slim_inets
$(MAKE) clean_release
$(MAKE) slim_yaws
Expand All @@ -293,21 +281,16 @@ R15B02: R15B
$(MAKE) clean_release
$(MAKE) slim_webmachine
$(MAKE) clean_release
R15B03: R15B02
R16B: R15B02

17: base_make_all
18: base_make_all
19: base_make_all
$(MAKE) rel_cowboy
$(MAKE) clean_release
$(MAKE) slim_cowboy
$(MAKE) clean_release
R16B01: R16B
R16B02: R16B
R16B03: R16B
R16B03-1: R16B
17: R16B
18: R16B
19: R16B
20: R16B
21: R16B
20: 19
21: 19

# SHARED

Expand Down

0 comments on commit 557b3fc

Please sign in to comment.