Skip to content

Commit

Permalink
Merge pull request #1 from psibre/travis
Browse files Browse the repository at this point in the history
travis
  • Loading branch information
psibre authored Jan 26, 2018
2 parents 171fc25 + 4104928 commit 35696c5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
branches:
only:
- master

language: groovy

jdk:
- oraclejdk8
- openjdk8

addons:
apt:
packages:
- praat
- sox
- speech-tools

before_install:
- ./gradlew legacyInit

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/marytts/voice-cmu-awb-time.svg?branch=master)](https://travis-ci.org/marytts/voice-cmu-awb-time)

# voice-cmu-awb-time

A male Scottish English limited-domain unit selection voice for [MaryTTS](http://mary.dfki.de/) built from [recordings provided by CMU](http://festvox.org/cmu_arctic/)
Expand Down

0 comments on commit 35696c5

Please sign in to comment.