mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 23:08:41 +00:00
6 lines
161 B
YAML
6 lines
161 B
YAML
language: cpp
|
|
compiler: gcc
|
|
before_install: make -f Makefile.travis before_install
|
|
install: make -f Makefile.travis install
|
|
script: make -f Makefile.travis test
|