diff options
author | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-05-15 21:47:39 +0300 |
---|---|---|
committer | Evgeny Khramtsov <ekhramtsov@process-one.net> | 2019-05-15 21:47:39 +0300 |
commit | 0ed638c7fb8064ad56c442891d98653bfac7c51e (patch) | |
tree | dd1bec873d2424563867096ba78789b6718c07fa | |
parent | Write hooks_type_test.erl to correct location (diff) |
Check hooks correctness in Travis CI
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cd6665ba1..578e99929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ script: - make - make install -s - make xref + - ./tools/hook_deps.sh ebin - sed -i -e 's/ct:pal/ct:log/' test/suite.erl - ln -sf ../sql priv/ - echo "" >> rebar.config |