diff options
author | Alexander Early <alexander.early@gmail.com> | 2018-06-03 14:24:27 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2018-06-03 14:24:27 -0700 |
commit | 434b430ced52ebf0cc118549e3c9f4753314f278 (patch) | |
tree | db2cb2c53067a56f4ae3658cb894bb65e59ba290 /.travis.yml | |
parent | 7f05f5c1d982d610f7535ed285e4c5ffa536f5d3 (diff) | |
download | async-434b430ced52ebf0cc118549e3c9f4753314f278.tar.gz |
wtf make?
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1601f53..e7479a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ after_success: npm run coveralls before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start + - make --version script: - "[ $BROWSER == true ] || npm test" |