From 04a09f116e78a758f4ff860642fc497a0d309509 Mon Sep 17 00:00:00 2001 From: Valerian Cubero Date: Wed, 8 Feb 2017 03:08:45 +0100 Subject: [PATCH] remove osx from travis --- .travis.yml | 4 ---- tests/TrTestCase.hx | 3 --- 2 files changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ca8427..c5dcfad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ haxe: - "3.4.0" - "3.2.1" -os: - - linux - - osx - install: - haxelib install hxcpp diff --git a/tests/TrTestCase.hx b/tests/TrTestCase.hx index e7f81b5..d181704 100644 --- a/tests/TrTestCase.hx +++ b/tests/TrTestCase.hx @@ -18,9 +18,6 @@ class TrTestCase extends TestCase "side": "Some useful side notes to shine in society." } }, - "secret": { - "intro": "It\'s a secret page! Do you have authorization?" - }, "title": "jsoni18n tests" }'; I18n.depthDelimiter = "/";