Skip to content

Commit

Permalink
add @terraformer/wkt module
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Apr 4, 2019
1 parent ebdf50e commit ef687fd
Show file tree
Hide file tree
Showing 14 changed files with 2,026 additions and 425 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,7 @@ demos/test/*
packages/**/.source.**.html

# jsdoc
out/*
out/*

# created by jison
packages/wkt/module.mjs
20 changes: 9 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ node_js:
- 'node'
- 'lts/*'
sudo: false
cache:
directories:
- node_modules
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
cache: npm
before_script:
- npm install tape-run
- npm run bootstrap
- npm install tape-run
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- npm run build
script:
- npm run test:ci
- npm run test:ci
before_deploy:
- npm run jsdoc
deploy:
Expand All @@ -31,8 +29,8 @@ branches:
only:
- master
addons:
chrome: stable
firefox: latest
apt:
packages:
- xvfb
chrome: stable
firefox: latest
Loading

0 comments on commit ef687fd

Please sign in to comment.