Skip to content

Commit

Permalink
Merge pull request 2600hz#1675 from 2600hz/ci-proper
Browse files Browse the repository at this point in the history
ci-proper: run proper tests too
  • Loading branch information
jamesaimonetti committed Mar 5, 2016
2 parents c04083f + 8bc37fa commit 26a72ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ after_success:
- make build-plt
- ./scripts/check-dialyzer.escript .kazoo.plt $files
- make build-release
- make compile-test
- ERL_LIBS="$HOME/proper" ERLC_OPTS='-DPROPER' make compile-test
- ERL_LIBS="$HOME/proper" make eunit
- ./scripts/check-whitespace.sh core/ applications/

0 comments on commit 26a72ef

Please sign in to comment.