From ae72a50f5ddfa5a19eeb416ae85a407a6ad4145e Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Mon, 28 Sep 2015 00:17:41 +0200 Subject: [PATCH] chore(babel): build before tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eed19ef572..eb7f4fa0d8 100755 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ before_script: - npm prune - 'curl -Lo travis_after_all.py https://git.io/vLSON' script: - - npm run test - npm run build + - npm run test after_success: - python travis_after_all.py - export $(cat .to_export_back)