add travis.yml

main
ChristopherBiscardi 2017-12-14 14:01:17 -08:00
parent 73a2062963
commit ca3659ea1c
No known key found for this signature in database
GPG Key ID: 703265E1DE405983
1 changed files with 14 additions and 0 deletions

14
.travis.yml 100644
View File

@ -0,0 +1,14 @@
language: node_js
before_install:
- echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ wheezy main" | \
sudo tee /etc/apt/sources.list.d/azure-cli.list
- sudo apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E28DB02C46DF417A0893
- sudo apt-get install apt-transport-https
- sudo apt-get update && sudo apt-get install azure-cli
before_script: yarn netlify-sass
script:
- yarn test
- yarn build