diff options
author | Alexander Early <alexander.early@gmail.com> | 2018-06-03 13:56:51 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2018-06-03 13:56:51 -0700 |
commit | 81ebbea56bdb3a52a2c1138ed2be24f76e57b64c (patch) | |
tree | df22d502c548c5cd51fbd00aee3fd866ad68578a | |
parent | f86545adab25bc91d74224a04217ef57db4cef16 (diff) | |
download | async-81ebbea56bdb3a52a2c1138ed2be24f76e57b64c.tar.gz |
update make
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7290a58..1b5e8ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,9 @@ env: after_success: npm run coveralls +before_install: + - sudo apt-get install -y make + # Needed to run Karma with Firefox on Travis # http://karma-runner.github.io/0.13/plus/travis.html before_script: |