Skip to content

Commit

Permalink
Minor change to fix travis script (lynckia#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Alonso authored Jun 6, 2017
1 parent edeed7b commit 28bdc00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/travisScript.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -e

SCRIPT=`pwd`/$0
FILENAME=`basename $SCRIPT`
PATHNAME=`dirname $SCRIPT`
Expand All @@ -14,5 +12,8 @@ NVM_CHECK="$PATHNAME"/checkNvm.sh

. $PATHNAME/installErizo.sh -t
. $NVM_CHECK

set -e

npm run lint
npm test
npm test

0 comments on commit 28bdc00

Please sign in to comment.