summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-18 09:51:05 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-18 09:51:05 -0500
commita7269ca8155a1ee5857aed5ae9882b1c122cf878 (patch)
treee0e61f7cbba4f4cbbb1dc29fcf0bab3cf9d7348d /.travis.sh
parentba4f7b298953b45bc78a8685b72d0c4478475dda (diff)
downloadhtml5ks-a7269ca8155a1ee5857aed5ae9882b1c122cf878.tar.xz
html5ks-a7269ca8155a1ee5857aed5ae9882b1c122cf878.zip
stuff
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.sh b/.travis.sh
index 378746f..725d923 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
-set -e
+set -e -x
-MAKEOPTS="-j$(nproc)"
+MAKEOPTS="-j`nproc`"
case "$1" in
before_install)