Skip to content

Commit

Permalink
fixes and tweaks
Browse files Browse the repository at this point in the history
fixed sudo value should been required instead of true

changed to use trusty distribution to see if inconsistent issue getting better
  • Loading branch information
jackygurui committed Mar 22, 2016
1 parent 3ada401 commit 49ceb09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

sudo: true
sudo: required
dist: trusty

language: java
jdk:
Expand Down

0 comments on commit 49ceb09

Please sign in to comment.