Skip to content

Commit

Permalink
Merge pull request #1040 from stealjs/node
Browse files Browse the repository at this point in the history
Update Node version support
  • Loading branch information
matthewp committed Jul 19, 2018
2 parents 1fe9f32 + cf8b37a commit 115b92a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 6.0
- 8.0
- 10.2.1
before_script:
Expand Down

4 comments on commit 115b92a

@pYr0x
Copy link
Contributor

@pYr0x pYr0x commented on 115b92a Jul 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that mean we can now use await in steal-tools ?? 💯

@matthewp
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup!

@matthewp
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pYr0x Let's wait until a little while after release before we start using it though. Maybe a lot of people will complain and we have to come back to 6. Hopefully not though! ;-D

@pYr0x
Copy link
Contributor

@pYr0x pYr0x commented on 115b92a Jul 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks god 👍

Please sign in to comment.