Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit f138232

Browse files
committed
Update travis setup and ensure tests can be run
1 parent 47e5018 commit f138232

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ script:
44
language: node_js
55

66
node_js:
7-
- "0.10"
7+
- "6"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FTColumnflow [![Build Status](https://travis-ci.org/ftlabs/ftcolumnflow.png?branch=master)](https://travis-ci.org/ftlabs/ftcolumnflow)
1+
# FTColumnflow [![Build Status](https://api.travis-ci.com/ftlabs/ftcolumnflow.svg)](https://travis-ci.com/ftlabs/ftcolumnflow)
22

33
FTColumnflow is a polyfill that fixes the inadequacies of CSS column layouts. It is developed by [FT Labs](http://labs.ft.com), part of the Financial Times. It is extensively used in the [FT Web App](http://app.ft.com), where it allows us to publish articles with complex newspaper/magazine style layouts, including features such as:
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"grunt": "~0.4",
2626
"grunt-cli": "~0.1",
2727
"grunt-buster": "~0.3",
28-
"phantomjs": "~1.9"
28+
"phantomjs": "~2"
2929
},
3030
"license": "MIT",
3131
"homepage": "https://github.com/ftlabs/ftcolumnflow"

0 commit comments

Comments
 (0)