1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-05 20:10:37 +00:00
emailjs/.travis.yml

14 lines
165 B
YAML
Raw Normal View History

2012-05-27 21:43:04 +00:00
language: node_js
node_js:
- "6"
- "8"
2018-06-09 19:00:39 +00:00
- "9"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8