Browse Source

Remove makefile.shade and enable quiet builds on Travis

pull/83/head
Kévin Chalet 10 years ago
parent
commit
b9c7251480
  1. 5
      .travis.yml
  2. 6
      makefile.shade

5
.travis.yml

@ -11,10 +11,11 @@ addons:
- libunwind8 - libunwind8
- zlib1g - zlib1g
mono: mono:
- 4.0.5 - alpha
- latest
os: os:
- linux - linux
- osx - osx
osx_image: xcode7.1 osx_image: xcode7.1
script: script:
- ./build.sh verify - ./build.sh --quiet verify

6
makefile.shade

@ -1,6 +0,0 @@
var VERSION='1.0.0'
var FULL_VERSION='1.0.0'
var AUTHORS='openiddict'
use-standard-lifecycle
k-standard-goals
Loading…
Cancel
Save