From 271ec1d3ba0bc1436f84fad5aa2c0c947d5ff7e2 Mon Sep 17 00:00:00 2001 From: Maximilian Heinz Date: Wed, 14 Oct 2015 15:28:56 +0200 Subject: [PATCH] chore(travis): remove unnecessary build script for travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ba63b6..2796e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ before_install: before_script: - npm prune - 'curl -Lo travis_after_all.py https://git.io/vLSON' -script: "npm run build" after_success: - python travis_after_all.py - export $(cat .to_export_back)