diff --git a/.travis.yml b/.travis.yml index fac62a8..9308cfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: node -script: "./testscript.sh" +script: "./.travis.sh" notifications: email: false