mirror of https://github.com/tc39/test262.git
silence the make.py clean command on Travis (#1194)
This commit is contained in:
parent
8422147c17
commit
ccaf340d85
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
if [ $TRAVIS_PULL_REQUEST != "false" ]; then
|
||||
./make.py clean
|
||||
./make.py clean > /dev/null
|
||||
fi
|
||||
./make.py
|
||||
if [ -n "$(git status --porcelain)" -a $TRAVIS_PULL_REQUEST != "false" ]; then
|
||||
|
|
Loading…
Reference in New Issue