Skip to content

Commit

Permalink
ci: disable proper tests again, for now..
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed Mar 10, 2016
1 parent d124c5e commit 2d28e87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ after_success:
- make build-plt
- ./scripts/check-dialyzer.escript .kazoo.plt $files
- make build-release
- ERL_LIBS="$HOME/proper" ERLC_OPTS='-DPROPER' make compile-test
- ERL_LIBS="$HOME/proper" make eunit
- # ERL_LIBS="$HOME/proper" ERLC_OPTS='-DPROPER' make compile-test
- # ERL_LIBS="$HOME/proper" make eunit
- make compile-test
- make eunit
- ./scripts/check-whitespace.sh core/ applications/

0 comments on commit 2d28e87

Please sign in to comment.