0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 21:15:19 +00:00
phpv8/.travis.yml

6 lines
161 B
YAML
Raw Normal View History

language: cpp
compiler: gcc
before_install: make -f Makefile.travis before_install
install: make -f Makefile.travis install
script: make -f Makefile.travis test