mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	🛠 Added .travis.yml and gscan tests (#470)
- Add gscan dependency & travis.yml file, so that we can run gscan as a test for this repo - This check tells us whether or not the theme is valid & compatible with Ghost according to gscan - We recommend that all themes do this!
This commit is contained in:
		
							
								
								
									
										6
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
language: node_js
 | 
			
		||||
sudo: false
 | 
			
		||||
node_js:
 | 
			
		||||
  - "8"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -12,8 +12,9 @@
 | 
			
		||||
        "mobile": "assets/screenshot-mobile.jpg"
 | 
			
		||||
    },
 | 
			
		||||
    "scripts": {
 | 
			
		||||
      "dev": "gulp",
 | 
			
		||||
      "zip": "gulp zip"
 | 
			
		||||
        "dev": "gulp",
 | 
			
		||||
        "zip": "gulp zip",
 | 
			
		||||
        "test": "gscan ."
 | 
			
		||||
    },
 | 
			
		||||
    "author": {
 | 
			
		||||
        "name": "Ghost Foundation",
 | 
			
		||||
@@ -41,6 +42,7 @@
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "autoprefixer": "6.3.6",
 | 
			
		||||
        "cssnano": "3.7.1",
 | 
			
		||||
        "gscan": "^2.0.0",
 | 
			
		||||
        "gulp": "3.9.1",
 | 
			
		||||
        "gulp-livereload": "3.8.1",
 | 
			
		||||
        "gulp-postcss": "6.1.1",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user