Skip to content

Commit

Permalink
Add new Travis config (#2)
Browse files Browse the repository at this point in the history
* Add new Travis config

* Updated config.

* Bump the node version

* Update the Ubuntu dist

* Explicitly bump iltorb

* Fail when the test-suite promise rejects.

* Move the requires

* Explicitly exit.

* CI detection
  • Loading branch information
jeffposnick committed Jun 20, 2019
1 parent 7ea58af commit bb4df59
Show file tree
Hide file tree
Showing 3 changed files with 816 additions and 594 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: node_js
dist: xenial
node_js:
- "node"
cache:
directories:
- node_modules
before_install:
# Enable user namespace cloning
- "sysctl kernel.unprivileged_userns_clone=1"

0 comments on commit bb4df59

Please sign in to comment.