UNPKG
swiftvg
Version:
latest (1.0.0)
1.0.0
Convert SVG path data to a Swift 3 UIBezierPath
swiftvg
/
.travis.yml
11 lines
(10 loc)
•
138 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
os:
- linux
language: node_js
node_js:
- node - 6 - 4
script: npm test
after_success:
- bash <(curl -s https://codecov.io/bash)