Add CI integration.

This commit is contained in:
Daniel Perez 2016-05-14 15:27:38 +09:00
parent cdf560b8a2
commit 60707f42d0

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: c
script: asdf plugin-test nodejs https://github.com/asdf-vm/asdf-nodejs.git
before_script:
- git clone https://github.com/asdf-vm/asdf.git
- . asdf/asdf.sh
os:
- linux
- osx