Skip to content

Commit b8b94bf

Browse files
authored
Merge pull request #191 from MycroftAI/feature/1.3.0
Update version number to 1.3.0
2 parents eb3b0f9 + 68fa532 commit b8b94bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: c
22
sudo: false
33

4+
branches:
5+
only:
6+
- master
7+
- development
8+
49
matrix:
510
include:
611
- env: TASK="osx"
@@ -53,6 +58,9 @@ matrix:
5358
#compiler: i686-w64-mingw32-gcc
5459
#addons: {apt: {packages: [wine, xvfb, binutils-mingw-w64-i686, mingw-w64-i686-dev, gcc-mingw-w64-i686]}}
5560

61+
jobs:
62+
allow_failures:
63+
- env: TASK="ios"
5664

5765
script:
5866
- ./run_testsuite.sh "$TASK"

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Use autogen.sh to regenerate the configure script
22
AC_PREREQ([2.62])
33
AC_INIT([mimic],
4-
[1.1.0.9000],
4+
[1.3.0.0],
55
[https://github.com/MycroftAI/mimic/issues])
66

77
AC_CONFIG_AUX_DIR([config])

0 commit comments

Comments
 (0)