From 977c4e2a8308ac663d9496315e5a68fc10730582 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 28 Apr 2020 17:15:47 +0200 Subject: [PATCH] activate build on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e94e6b0..e7eb61c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: # will run `npm ci` automatically here - npm test # - './cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT' - # - npm run build + - npm run build notifications: email: false