ci: disable debug output from env.sh

This commit is contained in:
Igor Minar 2016-05-20 16:15:20 -07:00
parent 53628e19ac
commit b4a467e387
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ex -o pipefail
set -e -o pipefail
NODE_VERSION=5.4.1