Skip to content

Commit

Permalink
Travis: run a build with sudo: false.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Duda committed Oct 6, 2017
1 parent 96cf506 commit c3356eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
dist: precise
sudo: false
node_js:
- "6.11.4"
env:
Expand Down
19 changes: 1 addition & 18 deletions users.json
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
{
"username": {
"uid": "username",
"password": "$argon2i$v=19$m=16384,t=4,p=2$/5yD1e87KobRzafvcv3Ijkuvhp43rWHy2++MLLBN02I$aJxfq/ZHWDfYvyl6iAJQosI4CSzuSK2UYj56GDpDgRIKBJi9aPnWskDrdcu1fqdnEt1u0BjP/DW1gbRgQJgT8Q",
"groups": [
"default"
],
"secret": {
"verified": false
}
},
"test-username": {
"secret": {
"key": "EY5GM3DDJI3ESMDMJNRC4KSHHI",
"verified": false
}
}
}
{"username":{"uid":"username","password":"$argon2i$v=19$m=16384,t=4,p=2$36gjjn3tLa3wcH/WbHLOX0zfnNewcfgy6vTVvQnizPE$501y7uNomMDNBsYeN47JSpi73wyuxS536u6MXfylAc8qoRdyZWHTWfvEakO1DFQgj8GkrdzTzBCyUPAwEPqtCA","groups":["default"],"secret":{"verified":false}},"test-username":{"secret":{"key":"IVHGIYL5EF3TSRJGJV3UYR3UHE","verified":false}}}

0 comments on commit c3356eb

Please sign in to comment.