You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 232B

12345678910111213
  1. language: node_js
  2. node_js:
  3. - '12'
  4. - '10'
  5. notifications:
  6. email: false
  7. branches:
  8. only:
  9. - master
  10. addons:
  11. apt:
  12. packages: nasm
  13. before_install: if [[ $TRAVIS_OS_NAME == osx ]]; then brew update && brew install nasm; fi;