diff --git a/.travis.yml b/.travis.yml index de7fee2..e7746ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: java jdk: [ openjdk7 ] +sudo: false env: global: - secure: "WGObsHmjnqn5e0nbXLGetwpUHU0UgvNk02+f0m3jIS7hSdBy5m1JK2K6NXV13brY0C9i0DLy0e7JKabqmqTxI94dT0LrYBxcvfmtZ/7PujOn/D9CzVimGj6g20hBDYwAXL6KAIR7JL8qexQBwIkVZPdwaA+k+UHLM9XVoIQdFgU=" - secure: "XfBov3Z4Rk2AvS1v7o31Qr2XrO/oqQvl+Eksx9DO3XbGcLjT9wfGxGcYgP9IJO+Aa5AQo3Xud7EV4gqNpMa2PByzDdgg/nfyqSvrRvsG2aH1zm5N5bAHxCVlPimVdNtyeub6QBPCIGaWBp1R8x3Ak7F79mA5BdJuT9j5FBogC5U=" -script: .utility/do-build.sh \ No newline at end of file +script: .utility/do-build.sh diff --git a/README.md b/README.md index d389eff..29a297b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Please see the [VaultAPI](http://www.github.com/MilkBowl/VaultAPI) page for information on developing with Vault's API. In the past you would use the same artifact as servers installed, but the API has now been split from the main -project and is under a different artifact name. Please make sure you accomodate +project and is under a different artifact name. Please make sure you accommodate for this change in your build process. ## Installing