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)