Skip to content

Commit

Permalink
Revert "fix typo in travis file (actually use node v9"
Browse files Browse the repository at this point in the history
This reverts commit ddec809.
  • Loading branch information
Dane Springmeyer committed Jan 24, 2018
1 parent ce0adfb commit 7b8da9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For more sample code see [the tests](./test) and [sample code](https://github.co
OS|Node.js|C++ minimum requirements|OS versions
---|---|---|---
Mac|v0.10.x, v4, v6, v8|C++11|Mac OS X > 10.10
Linux|v0.10.x, v4, v6, v8|C++11|Ubuntu Linux > 14.04 (trusty) or Centos >= 7 or other Linux distributions with a libsdtdc++ recent enough to contain >= GLIBCXX_3.4.19 symbols.
Linux|v0.10.x, v4, v6, v8|C++11|Ubuntu Linux > 16.04 or other Linux distributions with g++ >= 5 toolchain (>= GLIBCXX_3.4.21 from libstdc++)
Windows|v0.10.x, v4, v6, v8|C++11|See the [Windows requirements](https://github.com/mapnik/node-mapnik#windows-specific) section

An installation error like below indicates your system does not have a modern enough libstdc++/gcc-base toolchain:
Expand Down

0 comments on commit 7b8da9c

Please sign in to comment.