From d0a20db00824f961182d0519cb745c1138cff69d Mon Sep 17 00:00:00 2001 From: rosewk Date: Fri, 27 Aug 2021 01:01:22 +0800 Subject: [PATCH] testing yaml file --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: