Skip to content

Commit

Permalink
Update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Dec 11, 2015
1 parent 270af96 commit 137563a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
language: erlang
sudo: false
script: make check-all
notifications:
email: false
otp_release:
- 18.1
- 18.0
- 17.5
- 17.4
- 17.3
- 17.1
- 17.0
- R16B03
- R16B02
- R16B01
- R16B
- R15B03
- R15B02
- R15B01
- R15B
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ ma: all
mak: all
make: all

deps:
@$(REBAR) update-deps get-deps

compile:
@$(REBAR) compile

Expand Down

0 comments on commit 137563a

Please sign in to comment.