Revision d59554a7206e6444548057bf987a9fb20164aeb9 authored by Jeromy Johnson on 01 May 2017, 22:11:16 UTC, committed by GitHub on 01 May 2017, 22:11:16 UTC
Update changelog and bump version for 0.4.9-rc1
2 parent s f44ff30 + 9d166b0
Raw File
.travis.yml
# dist: trusty # KVM Setup

notifications:
  email: false

os:
  - linux
  - osx

language: go

go:
    - 1.7

env:
  - TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
  - TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive

install:
  - make install

script:
  - make $TEST_SUITE

# For docker containers

sudo: required

services:
  - docker
back to top