diff --git a/.travis.yml b/.travis.yml index c52de60..f3ab412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,15 @@ language: node_js node_js: - 7 +install: + - npm install +before_script: + - cd animated-countdown script: - - ./configure && make + - echo 'testing!!' + - echo 'Installing something!' + - npm install notifications: email: