Skip to content

Commit

Permalink
Merge 1d312f8 into dc90ac0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdoe committed Jan 30, 2017
2 parents dc90ac0 + 1d312f8 commit d7789a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/travis.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const semver = require('semver');

const SUPPORTED_VERSIONS = ['0.10', '0.12', '4', '6'];
const DEPRECATED_VERSIONS = ['iojs', 'stable'];
const DEPRECATED_VERSIONS = ['iojs', 'stable', 'unstable'];

/**
* Normalize a semantic version to be a valid version. 0.10 -> 0.10.0
Expand Down

0 comments on commit d7789a9

Please sign in to comment.