mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #1653 from ethereum/node-version
Require node.js >=5
This commit is contained in:
		
						commit
						f48b9e8563
					
				@ -21,7 +21,7 @@
 | 
				
			|||||||
# You should have received a copy of the GNU General Public License
 | 
					# You should have received a copy of the GNU General Public License
 | 
				
			||||||
# along with solidity.  If not, see <http://www.gnu.org/licenses/>
 | 
					# along with solidity.  If not, see <http://www.gnu.org/licenses/>
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# (c) 2016 solidity contributors.
 | 
					# (c) 2016-2017 solidity contributors.
 | 
				
			||||||
#------------------------------------------------------------------------------
 | 
					#------------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
language: cpp
 | 
					language: cpp
 | 
				
			||||||
@ -73,7 +73,7 @@ matrix:
 | 
				
			|||||||
          dist: trusty
 | 
					          dist: trusty
 | 
				
			||||||
          sudo: required
 | 
					          sudo: required
 | 
				
			||||||
          compiler: gcc
 | 
					          compiler: gcc
 | 
				
			||||||
          node_js: stable
 | 
					          node_js: "5"
 | 
				
			||||||
          services:
 | 
					          services:
 | 
				
			||||||
              - docker
 | 
					              - docker
 | 
				
			||||||
          before_install:
 | 
					          before_install:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user