From 1301bef844230f3aba4cd3c50ef7b80ecdbc3951 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Tue, 16 Jun 2015 21:26:37 -0400 Subject: [PATCH] more --- .travis.yml | 4 +++- ci/configure_vagrant.sh | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b366064d..fd90b007 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js -script: sudo sh ci/configure_vagrant.sh +script: + - "npm run unit" + - "sudo sh ci/configure_vagrant.sh" node_js: - "0.10" \ No newline at end of file diff --git a/ci/configure_vagrant.sh b/ci/configure_vagrant.sh index ee8a564b..24e2f3b5 100644 --- a/ci/configure_vagrant.sh +++ b/ci/configure_vagrant.sh @@ -15,7 +15,6 @@ git clone https://github.com/pelias/acceptance-tests.git ls echo ${PWD} -npm run unit export PELIAS_VAGRANT_CFG=${PWD}/ci/pelias_settings.rb cd ./vagrant vagrant up