Skip to content

Commit

Permalink
Upgrade babel and ws. Closes #194. Closes #195
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Oct 30, 2017
1 parent 2fb6c3b commit 8a95818
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 749 deletions.
13 changes: 13 additions & 0 deletions .babelrc
@@ -0,0 +1,13 @@
{
"presets": [
[
"env",
{
"forceAllTransforms": true,
"loose": true
}
],
"babel-preset-minify"
]
}

10 changes: 0 additions & 10 deletions .travis.yml
@@ -1,17 +1,7 @@
language: node_js

node_js:
- "4"
- "6"
- "8"
- "node"

sudo: false

env:
- HAPI_VERSION="16"

install:
- npm install
- npm install hapi@$HAPI_VERSION

0 comments on commit 8a95818

Please sign in to comment.