| 
									
										
										
										
											2016-03-18 17:23:19 -05:00
										 |  |  | language: ruby
 | 
					
						
							|  |  |  | cache: bundler
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-15 10:44:43 -05:00
										 |  |  | notifications:
 | 
					
						
							|  |  |  |   email: false
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-18 17:31:07 -05:00
										 |  |  | env:
 | 
					
						
							| 
									
										
										
										
											2016-10-15 10:44:43 -05:00
										 |  |  |   matrix:
 | 
					
						
							|  |  |  |     - TRAVIS_NODE_VERSION="4"
 | 
					
						
							| 
									
										
										
										
											2016-03-18 17:31:07 -05:00
										 |  |  |   global:
 | 
					
						
							| 
									
										
										
										
											2016-03-21 02:41:00 -05:00
										 |  |  |     - LOCAL_DOMAIN=cb6e6126.ngrok.io
 | 
					
						
							|  |  |  |     - LOCAL_HTTPS=true
 | 
					
						
							|  |  |  |     - RAILS_ENV=test
 | 
					
						
							| 
									
										
										
										
											2017-02-05 12:18:11 -06:00
										 |  |  |     - CXX=g++-4.8
 | 
					
						
							| 
									
										
										
										
											2016-03-18 17:31:07 -05:00
										 |  |  | addons:
 | 
					
						
							|  |  |  |   postgresql: 9.4
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-18 17:23:19 -05:00
										 |  |  | rvm:
 | 
					
						
							| 
									
										
										
										
											2017-04-10 15:47:41 -05:00
										 |  |  |   - 2.4.1
 | 
					
						
							| 
									
										
										
										
											2016-03-18 17:23:19 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-18 17:31:07 -05:00
										 |  |  | services:
 | 
					
						
							|  |  |  |   - redis-server
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-24 12:06:54 -05:00
										 |  |  | bundler_args: --without development production --retry=3 --jobs=3
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-05 12:18:11 -06:00
										 |  |  | before_install:
 | 
					
						
							|  |  |  |   - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
 | 
					
						
							|  |  |  |   - sudo apt-get -qq update
 | 
					
						
							|  |  |  |   - sudo apt-get -qq install g++-4.8
 | 
					
						
							| 
									
										
										
										
											2016-09-03 07:02:24 -05:00
										 |  |  | install:
 | 
					
						
							| 
									
										
										
										
											2016-10-15 10:44:43 -05:00
										 |  |  |   - nvm install $TRAVIS_NODE_VERSION
 | 
					
						
							| 
									
										
										
										
											2016-10-07 17:48:36 -05:00
										 |  |  |   - npm install -g npm@3
 | 
					
						
							| 
									
										
										
										
											2016-10-15 06:48:38 -05:00
										 |  |  |   - npm install -g yarn
 | 
					
						
							| 
									
										
										
										
											2016-09-03 07:20:59 -05:00
										 |  |  |   - bundle install
 | 
					
						
							| 
									
										
										
										
											2016-10-15 06:48:38 -05:00
										 |  |  |   - yarn install
 | 
					
						
							| 
									
										
										
										
											2016-09-03 07:02:24 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-18 17:31:07 -05:00
										 |  |  | before_script:
 | 
					
						
							| 
									
										
										
										
											2016-09-03 07:20:59 -05:00
										 |  |  |   - bundle exec rails db:create db:migrate
 | 
					
						
							| 
									
										
										
										
											2016-03-18 17:31:07 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-15 09:43:52 -05:00
										 |  |  | script:
 | 
					
						
							|  |  |  |   - bundle exec rspec
 | 
					
						
							|  |  |  |   - npm test
 |