0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-09 23:08:41 +00:00

Travis config update: Partial fix for issue #56.

This commit is contained in:
C. Scott Ananian 2013-10-25 17:43:36 -04:00
parent e73a9434db
commit 0948795d36

View File

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