Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec poc #189

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .babelrc

This file was deleted.

18 changes: 0 additions & 18 deletions .eslintrc

This file was deleted.

10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
.nyc_output/
.tmp/
coverage/
docs/
node_modules/
lib/
logs/
*.log
ied
node_modules
29 changes: 7 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
language: node_js
sudo: false
node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.11'
- iojs
script:
- time npm run test:spec
- time npm run test:e2e
- npm run lint
- npm run test:coverage
deploy:
provider: npm
email: alexander.gugel@gmail.com
api_key:
secure: W184bMn/asJVqhR5d/ldn5n9c3XIBeBKFvgJWr0vEJawWqp+9cqwD4UJ4eb94WawjZyQ2y/mjSdZH7hdCqBV9wNeXRBvfwKVkR+ctUq6kMLmjBOWj0nWXBrhQ7X0+Ado/rV+WJpkxuXT9ZFGDe5De4f1XZm8dgnfaVw4pqf4YN6MmY9aLcovtyszbygDY1lqMUjbYAuy4IH6OWBZE30RbQTSqTeBCiwHms/gO2Y8lEagPq/XNsu63BJJzHV1O88zFdzv/mePnZoSYTtmo2CMOsCbr74Mq92YiYjFPy4j/v8L+wQiowqaoWyKNNrQ87B+vMWCFdchB1AW93MIcwVAFaBZ1znI+dbkzCjrUt4y0tMaclNdz++SxC+P6MyuqFnOSYrhEHJYvjWNzQS0dgV4G1dAmAfqTyAZ972YhfX38Z6piBabVmE3HRQF6HyvOt7T7rgY07nupfiBn9VRWOW7AzSjYq5lV1uI/AZZ2qFvaEKxhSbvZYTn4R3+qLyuh+zBcTGCgCTXPnyG9H+9jMgo70KGxBRoRrCZ24e0kwA75IIxilzC5EUoJ9XGVYBIz2A4p7iv19+keZSUkMCxchn7CF76HajJ2jLLqW/8hbDAC5ZtswIJ520kVg/jXccQFDWB9WHpXUc1aX5qm1YY2nGYcjmmKwLT2wrp7kDbRArXTTA=
on:
tags: true
repo: alexanderGugel/ied
language: go

go:
- 1.x
- 1.6
- 1.7.x
- master
Loading