diff --git a/.travis.yml b/.travis.yml index bdc47838..2eeb39a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,6 @@ addons: - g++-4.8 notifications: email: false +script: + - npm run lint + - npm run test