reenable RINO 1 functions, add a deprecation note. use by default RINO 2 , with crypto from php-encryption fallback to RINO 1 for old nodes.
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			307 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			307 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: php
 | 
						|
php:
 | 
						|
    - "5.6"
 | 
						|
    - "5.5"
 | 
						|
    - "5.4"
 | 
						|
    - "5.3"
 | 
						|
    - "5.2"
 | 
						|
# Versions below here are not installed on travis-ci
 | 
						|
#    - "5.1"
 | 
						|
#    - "5.0"
 | 
						|
#    - "4.4"
 | 
						|
#    - "4.3"
 | 
						|
#    - "4.2"
 | 
						|
#    - "4.1"
 | 
						|
#    - "4.0"
 | 
						|
    
 | 
						|
matrix:
 | 
						|
  allow_failures:
 | 
						|
    - php: "5.3"
 | 
						|
    - php: "5.2"
 | 
						|
 | 
						|
script: ./test.sh
 |