diff --git a/.travis.yml b/.travis.yml index a0927fb07..a6a1eab01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,7 @@ before_script: - grunt build script: - - grunt test + - grunt test:unit + - grunt test:client + - grunt test:e2e:basic + - grunt test:e2e:mocha