0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 10:21:51 +00:00

Merge pull request #63 from cscott/travis-fix

Travis config update: Partial fix for issue #56.
This commit is contained in:
Patrick Reilly 2013-10-25 14:49:43 -07:00
commit e2a8186ad6

View File

@ -6,6 +6,7 @@ export CXX=g++-$(CPPVER)
export LINK=g++-$(CPPVER) export LINK=g++-$(CPPVER)
export NO_INTERACTION=1 export NO_INTERACTION=1
export REPORT_EXIT_STATUS=1
before_install: before_install:
sudo apt-get update sudo apt-get update