asdf-nodejs/.travis.yml

11 lines
251 B
YAML
Raw Normal View History

2016-05-14 14:27:38 +08:00
language: c
2020-05-08 21:51:59 +08:00
script: asdf plugin test nodejs . --asdf-plugin-gitref HEAD node --version
2016-05-14 14:27:38 +08:00
before_script:
- git clone https://github.com/asdf-vm/asdf.git
- . asdf/asdf.sh
- ./bin/import-release-team-keyring
osx_image: xcode8.2
2016-05-14 14:27:38 +08:00
os:
- linux
- osx