diff options
| author | James Nguyen <james@jojojames.com> | 2017-11-20 23:18:01 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-11-20 23:18:01 -0800 |
| commit | 31ff64409912ba06cd8dd0f7d76834cd43cdee01 (patch) | |
| tree | 015a51938ecc34c31233f2e6bbe74bf466147238 /.travis.yml | |
| parent | 58b9367f2955a9b8f7668eb7f3dc9dd56206de7e (diff) | |
Add test setup
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 3a127eb..f98c391 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ install: script: - make compile - make lint + - make test notifications: email: # Default is change, but that includes a new branch's 1st success. |
