Skip to content

Commit

Permalink
Merge pull request #26 from karel-burda/develop
Browse files Browse the repository at this point in the history
Removed useless stages from the CI
  • Loading branch information
karel-burda authored Nov 24, 2018
2 parents 5acb302 + f556343 commit f89ca0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
stages:
- tests -- linux, debug, coverage, g++, 64-bit
- tests -- osx, release with debug info, clang, 64-bit
- tests -- windows, release, msvc, 32-bit

git:
depth: 1

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6 FATAL_ERROR)

project(cmake-helpers VERSION 1.1.3 LANGUAGES NONE)
project(cmake-helpers VERSION 1.1.4 LANGUAGES NONE)

add_subdirectory(cmake-helpers)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/version-1.1.3-green.svg)
![Version](https://img.shields.io/badge/version-1.1.4-green.svg)
[![License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat)](LICENSE)
[![Build Status](https://travis-ci.org/karel-burda/cmake-helpers.svg?branch=master)](https://travis-ci.org/karel-burda/cmake-helpers)
[![Codecov Status](https://codecov.io/gh/karel-burda/cmake-helpers/branch/develop/graph/badge.svg)](https://codecov.io/gh/karel-burda/cmake-helpers/branch/develop)
Expand Down

0 comments on commit f89ca0c

Please sign in to comment.