forked from cybrespace/mastodon
		
	Trying to fix travis builds
This commit is contained in:
		
							parent
							
								
									8e5c9a5a2c
								
							
						
					
					
						commit
						7939a216ff
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -20,9 +20,10 @@ bundler_args: --without development production --retry=3 --jobs=3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
  - npm install -g npm@2
 | 
					  - npm install -g npm@2
 | 
				
			||||||
 | 
					  - npm install
 | 
				
			||||||
 | 
					  - bundle install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
  - npm install
 | 
					  - bundle exec rails db:create db:migrate
 | 
				
			||||||
  - bundle exec rake db:create db:migrate
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
script: bundle exec rspec
 | 
					script: bundle exec rspec
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue