forked from summernote/summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (33 loc) · 793 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: node_js
sudo: false
node_js: 8
cache:
directories:
- node_modules
before_install:
- sudo add-apt-repository ppa:fontforge/fontforge -y
- sudo apt-get update -q
- sudo apt-get install fontforge ttfautohint -y
before_script:
- node --version
- npm --version
script:
- npm run test:ci
before_deploy:
- npm install
- npm run build
- npm run dist
deploy:
provider: npm
email: [email protected]
api_key:
secure: TYJfuTLZKbYvTskuMlmuKnQb5F35GFPN2AqSf0RtZYWGLozIaIkKcpTVbjzo859FWuxPjci53FGiJih3+0iVfIC39CDTrFZutubn8qduOfRAVTL1WzeQvdww8miJNwUY59HmoOa78OtbNCVg/N7zFSZzRXAcgje8IADQFIISwk8=
on:
tags: true
branch: develop
addons:
sauce_connect:
username: 'summernoteis'
access_key: '3d57fd7c-72ea-4c79-8183-bbd6bfa11cc3'
after_success:
- npm run coveralls